- addOnResizeListener
void addOnResizeListener(void delegate(uint width, uint height) onResize)
Undocumented in source.
- areGamepadButtonsJustPressed
bool areGamepadButtonsJustPressed(HipGamepadButton[] btns, ubyte id)
Undocumented in source. Be warned that the author may not have intended to support it.
- areGamepadButtonsJustReleased
bool areGamepadButtonsJustReleased(HipGamepadButton[] btns, ubyte id)
Undocumented in source. Be warned that the author may not have intended to support it.
- areGamepadButtonsPressed
bool areGamepadButtonsPressed(HipGamepadButton[] btns, ubyte id)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAnalog
Vector3 getAnalog(HipGamepadAnalogs analog, ubyte id)
Undocumented in source. Be warned that the author may not have intended to support it.
- getGamepad
AHipGamepad getGamepad(ubyte id)
Undocumented in source. Be warned that the author may not have intended to support it.
- getGamepadBatteryStatus
float getGamepadBatteryStatus(ubyte id)
Undocumented in source. Be warned that the author may not have intended to support it.
- getGamepadCount
ubyte getGamepadCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- getKeyDownTime
float getKeyDownTime(char key, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- getKeyUpTime
float getKeyUpTime(char key, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- getMulticlickCount
ubyte getMulticlickCount(HipMouseButton btn, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- getScroll
Vector3 getScroll()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTouchDeltaPosition
Vector2 getTouchDeltaPosition(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- getTouchPosition
Vector2 getTouchPosition(uint id)
- handleEvent
void handleEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
- handleHipEvent
void handleHipEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
- isDoubleClicked
bool isDoubleClicked(HipMouseButton btn, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- isGamepadButtonJustPressed
bool isGamepadButtonJustPressed(HipGamepadButton btn, ubyte id)
Undocumented in source. Be warned that the author may not have intended to support it.
- isGamepadButtonJustReleased
bool isGamepadButtonJustReleased(HipGamepadButton btn, ubyte id)
Undocumented in source. Be warned that the author may not have intended to support it.
- isGamepadButtonPressed
bool isGamepadButtonPressed(HipGamepadButton btn, ubyte id)
Undocumented in source. Be warned that the author may not have intended to support it.
- isGamepadWireless
bool isGamepadWireless(ubyte id)
Undocumented in source. Be warned that the author may not have intended to support it.
- isKeyJustPressed
bool isKeyJustPressed(char key, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- isKeyJustReleased
bool isKeyJustReleased(char key, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- isKeyPressed
bool isKeyPressed(char key, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- isMouseButtonJustPressed
bool isMouseButtonJustPressed(HipMouseButton btn, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- isMouseButtonJustReleased
bool isMouseButtonJustReleased(HipMouseButton btn, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- isMouseButtonPressed
bool isMouseButtonPressed(HipMouseButton btn, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- pollGamepads
void pollGamepads(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.
- postUpdate
void postUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
- setGamepadVibrating
bool setGamepadVibrating(float vibrationPower, float time, ubyte id)
Undocumented in source. Be warned that the author may not have intended to support it.
Class used to dispatch the events for the each specific handler.
In the entire engine, there must be only one dispatcher. But it is possible to create more mouses and keyboards, but it is not being used yet.